; Fix indentation in last change to windows.texi.
authorBasil L. Contovounesios <basil@contovou.net>
Thu, 4 Apr 2024 19:48:22 +0000 (21:48 +0200)
committerBasil L. Contovounesios <basil@contovou.net>
Fri, 5 Apr 2024 07:55:58 +0000 (09:55 +0200)
doc/lispref/windows.texi

index d3d6b854461c946aee7cdd0f3b4278edfcbf9dd3..b2c1b79780df45090910cb3d5de5de33025f0ecc 100644 (file)
@@ -2652,7 +2652,7 @@ for example:
         display-buffer-alist))
 
 (display-buffer (get-buffer-create "*my-shell*")
-               '(nil (category . comint)))
+                '(nil (category . comint)))
 @end group
 @end example